home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AvisynthPlugins / TomsMoComp.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  2KB  |  32 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="TomsMoComp">
  4.   <description />
  5.   <filters>
  6.     <filter name="TomsMoComp" category="Deinterlacing & Pulldown Removal" helpfile="TomsMoComp" type="clip">
  7.       <description>This filter uses motion compensation and adaptive processing to deinterlace video source (not for NTSC film).</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.         <colorspace>yuy2</colorspace>
  11.       </colorspaces>
  12.       <parameters>
  13.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  14.           <description />
  15.           <items />
  16.         </parameter>
  17.         <parameter name="Topfirst" type="int" default="" max="1" min="0" step="0" optional="False" paramList="False">
  18.           <description>0=BottomFirst, 1=TopFirst. TopFirst assume the top field, lines 0,2,4,... should be displayed first. The default is the SUPPOSEDLY more common BottomFirst. You'de better open the preview to see which one (0 or 1) looks the best for your movie.</description>
  19.           <items />
  20.         </parameter>
  21.         <parameter name="SearchEffort" type="int" default="" max="0" min="-1" step="0" optional="False" paramList="False">
  22.           <description>Determines how much effort (CPU time) will be used to find moved pixels. Currently numbers from -1 to 30 with 0 being practically just a smarter bob and 30 being fairly CPU intensive.</description>
  23.           <items />
  24.         </parameter>
  25.         <parameter name="VerticalFilter" type="int" default="" max="1" min="0" step="0" optional="False" paramList="False">
  26.           <description>If turned on will very slightly blend each pair of horizontal lines together.  This loses only a small amount of vertical resolution  but is probably a good idea as it can somewhat hide remaining  deinterlace artifacts and will probably also make you clip  compress a bit better. (0 = no filter, 1 = filter)</description>
  27.           <items />
  28.         </parameter>
  29.       </parameters>
  30.     </filter>
  31.   </filters>
  32. </plugin>